C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MapLayerBase<T> Class / MapLayerBase<T> Constructor / MapLayerBase<T> Constructor(IHtmlHelper)
The HtmlHelper instance.

In This Topic
MapLayerBase<T> Constructor(IHtmlHelper)
In This Topic
Creates one MapLayerBase<T> instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal helper As IHtmlHelper _
)
 

Parameters

helper
The HtmlHelper instance.
See Also